push Method (JScript 5.6)

Appends new elements to an array, and returns the new length of the array.

arrayObj.push([item1 [item2 [. . . [itemN ]]]])

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also